home *** CD-ROM | disk | FTP | other *** search
/ Champak 125 / Vol 125 (Damaged).iso / games / chewits.swf / scripts / DefineButton2_54 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2008-11-13  |  300 b   |  10 lines

  1. on(release){
  2.    _root.gamestate = GAMESTATE_INTRO_SCREEN;
  3.    _root.titlescreen._visible = false;
  4.    _root.attachMovie("howtoplay_mc","introscreen",40);
  5.    _root.introchewy_mc.gotoandstop(1);
  6.    _root.introscreen._x = 0;
  7.    _root.introscreen._y = -20;
  8.    _root.introscreen._visible = true;
  9. }
  10.